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_77a4e2b46279eab97c08db960a9c8cc1 = new google.maps.Geocoder();g_77a4e2b46279eab97c08db960a9c8cc1.geocode( { 'address': "12526 High Bluff Dr, San Diego, CA 92130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-homestreet-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-homestreet-bank-inc'), mapOptions);}document.getElementById('9c312f95').innerHTML += ' | View Map';var $l77a4e2b46279eab97c08db960a9c8cc1 = '

Homestreet Bank Inc

Address: 12526 High Bluff Dr, San Diego, CA 92130
Phone: (858) 617-6277
';var m_77a4e2b46279eab97c08db960a9c8cc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestreet Bank Inc',});m_77a4e2b46279eab97c08db960a9c8cc1['infowindow'] = new google.maps.InfoWindow({content: $l77a4e2b46279eab97c08db960a9c8cc1});var infowindow = new google.maps.InfoWindow({content: $l77a4e2b46279eab97c08db960a9c8cc1});google.maps.event.addListener(m_77a4e2b46279eab97c08db960a9c8cc1, 'click', function() {infowindow.open(map,m_77a4e2b46279eab97c08db960a9c8cc1);});$marker.push(m_77a4e2b46279eab97c08db960a9c8cc1);}});}google.maps.event.addDomListener(window, 'load', initialize);