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.8488,-121.975)};var g_e37155959b2fe546b96ad621d48c029a = new google.maps.Geocoder();g_e37155959b2fe546b96ad621d48c029a.geocode( { 'address': "3240 Stone Valley Rd, Alamo, CA 94507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alamo-CA-george-t-schramm---rpm-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('alamo-CA-george-t-schramm---rpm-mortgage-inc'), mapOptions);}document.getElementById('44aa0b7d').innerHTML += ' | View Map';var $le37155959b2fe546b96ad621d48c029a = '

George T. Schramm - RPM Mortgage, Inc.

Address: 3240 Stone Valley Rd, Alamo, CA 94507, USA
Phone: (831) 574-4510
';var m_e37155959b2fe546b96ad621d48c029a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'George T. Schramm - RPM Mortgage, Inc.',});m_e37155959b2fe546b96ad621d48c029a['infowindow'] = new google.maps.InfoWindow({content: $le37155959b2fe546b96ad621d48c029a});var infowindow = new google.maps.InfoWindow({content: $le37155959b2fe546b96ad621d48c029a});google.maps.event.addListener(m_e37155959b2fe546b96ad621d48c029a, 'click', function() {infowindow.open(map,m_e37155959b2fe546b96ad621d48c029a);});$marker.push(m_e37155959b2fe546b96ad621d48c029a);}});}google.maps.event.addDomListener(window, 'load', initialize);