var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(37.7824,-120.996)};var g_e5f69a36d50c3cb60dc35e49a62f4f24 = new google.maps.Geocoder();g_e5f69a36d50c3cb60dc35e49a62f4f24.geocode( { 'address': "3380 McHenry Ave, Escalon, CA 95320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('escalon-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('escalon-CA-bbva-compass'), mapOptions);}document.getElementById('519d10ae').innerHTML += ' | View Map';var $le5f69a36d50c3cb60dc35e49a62f4f24 = '

BBVA Compass

Address: 3380 McHenry Ave, Escalon, CA 95320, USA
Phone: (209) 838-7365
';var m_e5f69a36d50c3cb60dc35e49a62f4f24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_e5f69a36d50c3cb60dc35e49a62f4f24['infowindow'] = new google.maps.InfoWindow({content: $le5f69a36d50c3cb60dc35e49a62f4f24});var infowindow = new google.maps.InfoWindow({content: $le5f69a36d50c3cb60dc35e49a62f4f24});google.maps.event.addListener(m_e5f69a36d50c3cb60dc35e49a62f4f24, 'click', function() {infowindow.open(map,m_e5f69a36d50c3cb60dc35e49a62f4f24);});$marker.push(m_e5f69a36d50c3cb60dc35e49a62f4f24);}});}google.maps.event.addDomListener(window, 'load', initialize);