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_c983f18ead892459d7099a81d752b3df = new google.maps.Geocoder();g_c983f18ead892459d7099a81d752b3df.geocode( { 'address': "2453 34th St, San Diego, CA 92104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-first-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-first-source-bank'), mapOptions);}document.getElementById('8b9b3640').innerHTML += ' | View Map';var $lc983f18ead892459d7099a81d752b3df = '

First Source Bank

Address: 2453 34th St, San Diego, CA 92104
Phone: (619) 283-5319
';var m_c983f18ead892459d7099a81d752b3df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Source Bank',});m_c983f18ead892459d7099a81d752b3df['infowindow'] = new google.maps.InfoWindow({content: $lc983f18ead892459d7099a81d752b3df});var infowindow = new google.maps.InfoWindow({content: $lc983f18ead892459d7099a81d752b3df});google.maps.event.addListener(m_c983f18ead892459d7099a81d752b3df, 'click', function() {infowindow.open(map,m_c983f18ead892459d7099a81d752b3df);});$marker.push(m_c983f18ead892459d7099a81d752b3df);}});}google.maps.event.addDomListener(window, 'load', initialize);