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.3409,-119.107)};var g_38575bb96c49e7cfa8e6dc1d4de99786 = new google.maps.Geocoder();g_38575bb96c49e7cfa8e6dc1d4de99786.geocode( { 'address': "9100 Ming Ave, Bakersfield, CA 93311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-bank-of-america-mortgage'), mapOptions);}document.getElementById('0c78b3bb').innerHTML += ' | View Map';var $l38575bb96c49e7cfa8e6dc1d4de99786 = '

Bank of America Mortgage

Address: 9100 Ming Ave, Bakersfield, CA 93311, USA
Phone: (661) 282-4677
';var m_38575bb96c49e7cfa8e6dc1d4de99786 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_38575bb96c49e7cfa8e6dc1d4de99786['infowindow'] = new google.maps.InfoWindow({content: $l38575bb96c49e7cfa8e6dc1d4de99786});var infowindow = new google.maps.InfoWindow({content: $l38575bb96c49e7cfa8e6dc1d4de99786});google.maps.event.addListener(m_38575bb96c49e7cfa8e6dc1d4de99786, 'click', function() {infowindow.open(map,m_38575bb96c49e7cfa8e6dc1d4de99786);});$marker.push(m_38575bb96c49e7cfa8e6dc1d4de99786);}});}google.maps.event.addDomListener(window, 'load', initialize);