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.9952,-121.804)};var g_9d8b281de25ef60bb0c3c368ae3feb8d = new google.maps.Geocoder();g_9d8b281de25ef60bb0c3c368ae3feb8d.geocode( { 'address': "1411 A St, Antioch, CA 94509"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-bank-of-agriculture-commerce').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-bank-of-agriculture-commerce'), mapOptions);}document.getElementById('3a0dbc65').innerHTML += ' | View Map';var $l9d8b281de25ef60bb0c3c368ae3feb8d = '

Bank of Agriculture & Commerce

Address: 1411 A St, Antioch, CA 94509
Phone: (925) 776-2200
';var m_9d8b281de25ef60bb0c3c368ae3feb8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Agriculture & Commerce',});m_9d8b281de25ef60bb0c3c368ae3feb8d['infowindow'] = new google.maps.InfoWindow({content: $l9d8b281de25ef60bb0c3c368ae3feb8d});var infowindow = new google.maps.InfoWindow({content: $l9d8b281de25ef60bb0c3c368ae3feb8d});google.maps.event.addListener(m_9d8b281de25ef60bb0c3c368ae3feb8d, 'click', function() {infowindow.open(map,m_9d8b281de25ef60bb0c3c368ae3feb8d);});$marker.push(m_9d8b281de25ef60bb0c3c368ae3feb8d);}});}google.maps.event.addDomListener(window, 'load', initialize);