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_6c23fdb32b57c00398f53e90a3714bd3 = new google.maps.Geocoder();g_6c23fdb32b57c00398f53e90a3714bd3.geocode( { 'address': "1280 4th Ave, San Diego, CA 92101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-1st-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-1st-republic-bank'), mapOptions);}document.getElementById('6e785f47').innerHTML += ' | View Map';var $l6c23fdb32b57c00398f53e90a3714bd3 = '

1st Republic Bank

Address: 1280 4th Ave, San Diego, CA 92101
Phone: (619) 338-8033
';var m_6c23fdb32b57c00398f53e90a3714bd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Republic Bank',});m_6c23fdb32b57c00398f53e90a3714bd3['infowindow'] = new google.maps.InfoWindow({content: $l6c23fdb32b57c00398f53e90a3714bd3});var infowindow = new google.maps.InfoWindow({content: $l6c23fdb32b57c00398f53e90a3714bd3});google.maps.event.addListener(m_6c23fdb32b57c00398f53e90a3714bd3, 'click', function() {infowindow.open(map,m_6c23fdb32b57c00398f53e90a3714bd3);});$marker.push(m_6c23fdb32b57c00398f53e90a3714bd3);}});}google.maps.event.addDomListener(window, 'load', initialize);