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.7955,-120.993)};var g_6306191656d4dbe2a412a4f248a3793f = new google.maps.Geocoder();g_6306191656d4dbe2a412a4f248a3793f.geocode( { 'address': "1633 1st St, Escalon, CA 95320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('escalon-CA-chris-romero---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('escalon-CA-chris-romero---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('e8b6b44b').innerHTML += ' | View Map';var $l6306191656d4dbe2a412a4f248a3793f = '

Chris Romero - BancWest Investment Services Financial Advisor

Address: 1633 1st St, Escalon, CA 95320, USA
Phone: (209) 838-7371
';var m_6306191656d4dbe2a412a4f248a3793f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chris Romero - BancWest Investment Services Financial Advisor',});m_6306191656d4dbe2a412a4f248a3793f['infowindow'] = new google.maps.InfoWindow({content: $l6306191656d4dbe2a412a4f248a3793f});var infowindow = new google.maps.InfoWindow({content: $l6306191656d4dbe2a412a4f248a3793f});google.maps.event.addListener(m_6306191656d4dbe2a412a4f248a3793f, 'click', function() {infowindow.open(map,m_6306191656d4dbe2a412a4f248a3793f);});$marker.push(m_6306191656d4dbe2a412a4f248a3793f);}});}google.maps.event.addDomListener(window, 'load', initialize);