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.669,-120.958)};var g_40a0f39c64ba33b9d04168d476f53407 = new google.maps.Geocoder();g_40a0f39c64ba33b9d04168d476f53407.geocode( { 'address': "1737 Oakdale Rd, Modesto, CA 95355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('5fcf0968').innerHTML += ' | View Map';var $l40a0f39c64ba33b9d04168d476f53407 = '

Bank of America Financial Center

Address: 1737 Oakdale Rd, Modesto, CA 95355, USA
Phone: (209) 341-1724
';var m_40a0f39c64ba33b9d04168d476f53407 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_40a0f39c64ba33b9d04168d476f53407['infowindow'] = new google.maps.InfoWindow({content: $l40a0f39c64ba33b9d04168d476f53407});var infowindow = new google.maps.InfoWindow({content: $l40a0f39c64ba33b9d04168d476f53407});google.maps.event.addListener(m_40a0f39c64ba33b9d04168d476f53407, 'click', function() {infowindow.open(map,m_40a0f39c64ba33b9d04168d476f53407);});$marker.push(m_40a0f39c64ba33b9d04168d476f53407);}});}google.maps.event.addDomListener(window, 'load', initialize);