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(35.1226,-120.581)};var g_15a6586915a39b3e6a3dec1029364b55 = new google.maps.Geocoder();g_15a6586915a39b3e6a3dec1029364b55.geocode( { 'address': "136 W Branch St, Arroyo Grande, CA 93420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arroyo-grande-CA-kings-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('arroyo-grande-CA-kings-mortgage-services-inc'), mapOptions);}document.getElementById('d4549597').innerHTML += ' | View Map';var $l15a6586915a39b3e6a3dec1029364b55 = '

Kings Mortgage Services, Inc.

Address: 136 W Branch St, Arroyo Grande, CA 93420, USA
Phone: (805) 904-6991
';var m_15a6586915a39b3e6a3dec1029364b55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kings Mortgage Services, Inc.',});m_15a6586915a39b3e6a3dec1029364b55['infowindow'] = new google.maps.InfoWindow({content: $l15a6586915a39b3e6a3dec1029364b55});var infowindow = new google.maps.InfoWindow({content: $l15a6586915a39b3e6a3dec1029364b55});google.maps.event.addListener(m_15a6586915a39b3e6a3dec1029364b55, 'click', function() {infowindow.open(map,m_15a6586915a39b3e6a3dec1029364b55);});$marker.push(m_15a6586915a39b3e6a3dec1029364b55);}});}google.maps.event.addDomListener(window, 'load', initialize);