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.9742,-122.509)};var g_02f67f20d3e7cfb0ab7f15df72c65a9a = new google.maps.Geocoder();g_02f67f20d3e7cfb0ab7f15df72c65a9a.geocode( { 'address': "1004 Northgate Dr, San Rafael, CA 94903"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-citibank'), mapOptions);}document.getElementById('5fd56597').innerHTML += ' | View Map';var $l02f67f20d3e7cfb0ab7f15df72c65a9a = '

Citibank

Address: 1004 Northgate Dr, San Rafael, CA 94903
Phone: (415) 578-3060
';var m_02f67f20d3e7cfb0ab7f15df72c65a9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_02f67f20d3e7cfb0ab7f15df72c65a9a['infowindow'] = new google.maps.InfoWindow({content: $l02f67f20d3e7cfb0ab7f15df72c65a9a});var infowindow = new google.maps.InfoWindow({content: $l02f67f20d3e7cfb0ab7f15df72c65a9a});google.maps.event.addListener(m_02f67f20d3e7cfb0ab7f15df72c65a9a, 'click', function() {infowindow.open(map,m_02f67f20d3e7cfb0ab7f15df72c65a9a);});$marker.push(m_02f67f20d3e7cfb0ab7f15df72c65a9a);}});var g_4850a6b5a31f4f597afdd126d1b28d00 = new google.maps.Geocoder();g_4850a6b5a31f4f597afdd126d1b28d00.geocode( { 'address': "666 3rd St, San Rafael, CA 94901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-rafael-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('san-rafael-CA-citibank'), mapOptions);}document.getElementById('dd5348fb').innerHTML += ' | View Map';var $l4850a6b5a31f4f597afdd126d1b28d00 = '

Citibank

Address: 666 3rd St, San Rafael, CA 94901
Phone: (415) 578-3091
';var m_4850a6b5a31f4f597afdd126d1b28d00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_4850a6b5a31f4f597afdd126d1b28d00['infowindow'] = new google.maps.InfoWindow({content: $l4850a6b5a31f4f597afdd126d1b28d00});var infowindow = new google.maps.InfoWindow({content: $l4850a6b5a31f4f597afdd126d1b28d00});google.maps.event.addListener(m_4850a6b5a31f4f597afdd126d1b28d00, 'click', function() {infowindow.open(map,m_4850a6b5a31f4f597afdd126d1b28d00);});$marker.push(m_4850a6b5a31f4f597afdd126d1b28d00);}});}google.maps.event.addDomListener(window, 'load', initialize);