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.3417,-119.107)};var g_c73f96696c166b9295ec7407f6c79c1b = new google.maps.Geocoder();g_c73f96696c166b9295ec7407f6c79c1b.geocode( { 'address': "9201 Camino Media #260, Bakersfield, CA 93311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-mark-allen--rpm-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-mark-allen--rpm-mortgage-inc'), mapOptions);}document.getElementById('320c23db').innerHTML += ' | View Map';var $lc73f96696c166b9295ec7407f6c79c1b = '

Mark Allen- RPM Mortgage, Inc.

Address: 9201 Camino Media #260, Bakersfield, CA 93311, USA
Phone: (661) 304-9611
';var m_c73f96696c166b9295ec7407f6c79c1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mark Allen- RPM Mortgage, Inc.',});m_c73f96696c166b9295ec7407f6c79c1b['infowindow'] = new google.maps.InfoWindow({content: $lc73f96696c166b9295ec7407f6c79c1b});var infowindow = new google.maps.InfoWindow({content: $lc73f96696c166b9295ec7407f6c79c1b});google.maps.event.addListener(m_c73f96696c166b9295ec7407f6c79c1b, 'click', function() {infowindow.open(map,m_c73f96696c166b9295ec7407f6c79c1b);});$marker.push(m_c73f96696c166b9295ec7407f6c79c1b);}});}google.maps.event.addDomListener(window, 'load', initialize);