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.7606,-122.26)};var g_e2ccf95a7f2e1878fcafc8376649b6e8 = new google.maps.Geocoder();g_e2ccf95a7f2e1878fcafc8376649b6e8.geocode( { 'address': "1512 Webster St, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-john-carnahan-prospect-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-john-carnahan-prospect-mortgage'), mapOptions);}document.getElementById('806b02c1').innerHTML += ' | View Map';var $le2ccf95a7f2e1878fcafc8376649b6e8 = '

John Carnahan - Prospect Mortgage

Address: 1512 Webster St, Alameda, CA 94501
Phone: (510) 748-3801
';var m_e2ccf95a7f2e1878fcafc8376649b6e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Carnahan - Prospect Mortgage',});m_e2ccf95a7f2e1878fcafc8376649b6e8['infowindow'] = new google.maps.InfoWindow({content: $le2ccf95a7f2e1878fcafc8376649b6e8});var infowindow = new google.maps.InfoWindow({content: $le2ccf95a7f2e1878fcafc8376649b6e8});google.maps.event.addListener(m_e2ccf95a7f2e1878fcafc8376649b6e8, 'click', function() {infowindow.open(map,m_e2ccf95a7f2e1878fcafc8376649b6e8);});$marker.push(m_e2ccf95a7f2e1878fcafc8376649b6e8);}});}google.maps.event.addDomListener(window, 'load', initialize);