/* Original Custom CSS */
.tp-leftarrow.default:before, .tp-rightarrow.default:before { color: #d3d3d3; }
.metis.tparrows{background: transparent !important; }
.gyges.tparrows{background: transparent !important; }
var iconBase = '2017-LOGOSMALL@2X.png';
  var marker = new google.maps.Marker({
    position: 34.037758, -118.234141
    map: map,
    icon: iconBase + '2017-LOGOSMALL@2X.png'
  });
url;

248x519

    
    
        .
    


/* Style our Map */
#map_canvas {
    background-color: #CCC;
    margin-top: 20px;
    height: 400px;
}
 
.map {
    overflow: hidden;
    position: relative;
}
 
/* Style our Place Details */
#placeDetails {
    background-color: rgba(231,53,37,.8);
    bottom: 0;
    color: white;
    font-size: .8em;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: -110%;
    text-align: center;
    width: 100%;
}
 
#placeDetails p {
    margin-top: 0;
}
 
/* This is to hide the default GMap Buttons */
.gm-style-cc, #map_canvas .gm-style > .gmnoprint > .gmnoprint > div > img {
    display: none !important;
}
 
/* Place our own controls */
#map_canvas .gm-style > .gmnoprint > .gmnoprint {
    background: url(http://undisclosable.co/wp-content/uploads/2017/01/2017-LOGOSMALL@2X-1.png) no-repeat center center !important; width: 42px !important; height: 68px !important;
}
/* Set where the Controls are, relative to the map canvas */
#map_canvas .gm-style > .gmnoprint > .gmnoprint div[title="Zoom in"] { top: 2px !important; left: 2px !important; width: 38px !important; height: 80px !important; }
#map_canvas .gm-style > .gmnoprint > .gmnoprint div[title="Zoom out"] { top: 35px !important; left: 2px !important; width: 38px !important; height: 80px !important; }