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.3496,-120.617)};var g_d993bcf07adaf448786d6f3cb8a1f995 = new google.maps.Geocoder();g_d993bcf07adaf448786d6f3cb8a1f995.geocode( { 'address': "700 Bellevue Rd, Atwater, CA 95301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atwater-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('atwater-CA-citibank'), mapOptions);}document.getElementById('d486bf48').innerHTML += ' | View Map';var $ld993bcf07adaf448786d6f3cb8a1f995 = '

Citibank

Address: 700 Bellevue Rd, Atwater, CA 95301
Phone: (209) 676-4089
';var m_d993bcf07adaf448786d6f3cb8a1f995 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_d993bcf07adaf448786d6f3cb8a1f995['infowindow'] = new google.maps.InfoWindow({content: $ld993bcf07adaf448786d6f3cb8a1f995});var infowindow = new google.maps.InfoWindow({content: $ld993bcf07adaf448786d6f3cb8a1f995});google.maps.event.addListener(m_d993bcf07adaf448786d6f3cb8a1f995, 'click', function() {infowindow.open(map,m_d993bcf07adaf448786d6f3cb8a1f995);});$marker.push(m_d993bcf07adaf448786d6f3cb8a1f995);}});}google.maps.event.addDomListener(window, 'load', initialize);