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(38.2931,-122.47)};var g_c5b2cebf15b205503560c4e8e6d1ea78 = new google.maps.Geocoder();g_c5b2cebf15b205503560c4e8e6d1ea78.geocode( { 'address': "19245 Sonoma Hwy, Sonoma, CA 95476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-citibank'), mapOptions);}document.getElementById('5243539f').innerHTML += ' | View Map';var $lc5b2cebf15b205503560c4e8e6d1ea78 = '

Citibank

Address: 19245 Sonoma Hwy, Sonoma, CA 95476
Phone: (707) 931-4288
';var m_c5b2cebf15b205503560c4e8e6d1ea78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_c5b2cebf15b205503560c4e8e6d1ea78['infowindow'] = new google.maps.InfoWindow({content: $lc5b2cebf15b205503560c4e8e6d1ea78});var infowindow = new google.maps.InfoWindow({content: $lc5b2cebf15b205503560c4e8e6d1ea78});google.maps.event.addListener(m_c5b2cebf15b205503560c4e8e6d1ea78, 'click', function() {infowindow.open(map,m_c5b2cebf15b205503560c4e8e6d1ea78);});$marker.push(m_c5b2cebf15b205503560c4e8e6d1ea78);}});}google.maps.event.addDomListener(window, 'load', initialize);