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(32.7226,-117.165)};var g_378271842c95b7894122b598f9874a14 = new google.maps.Geocoder();g_378271842c95b7894122b598f9874a14.geocode( { 'address': "835 Pearl St, San Diego, CA 92037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-first-citizen-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-first-citizen-s-bank'), mapOptions);}document.getElementById('174dbb5f').innerHTML += ' | View Map';var $l378271842c95b7894122b598f9874a14 = '

First Citizen's Bank

Address: 835 Pearl St, San Diego, CA 92037
Phone: (858) 332-3922
';var m_378271842c95b7894122b598f9874a14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizen's Bank',});m_378271842c95b7894122b598f9874a14['infowindow'] = new google.maps.InfoWindow({content: $l378271842c95b7894122b598f9874a14});var infowindow = new google.maps.InfoWindow({content: $l378271842c95b7894122b598f9874a14});google.maps.event.addListener(m_378271842c95b7894122b598f9874a14, 'click', function() {infowindow.open(map,m_378271842c95b7894122b598f9874a14);});$marker.push(m_378271842c95b7894122b598f9874a14);}});}google.maps.event.addDomListener(window, 'load', initialize);