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.3881,-119.094)};var g_48c036d041f79ff33000ae51feaba477 = new google.maps.Geocoder();g_48c036d041f79ff33000ae51feaba477.geocode( { 'address': "8230 Espresso Dr, Bakersfield, CA 93312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-academy-mortgage---bakersfield').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-academy-mortgage---bakersfield'), mapOptions);}document.getElementById('81f2a0b7').innerHTML += ' | View Map';var $l48c036d041f79ff33000ae51feaba477 = '

Academy Mortgage - Bakersfield

Address: 8230 Espresso Dr, Bakersfield, CA 93312, USA
Phone: (661) 664-0687
';var m_48c036d041f79ff33000ae51feaba477 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Bakersfield',});m_48c036d041f79ff33000ae51feaba477['infowindow'] = new google.maps.InfoWindow({content: $l48c036d041f79ff33000ae51feaba477});var infowindow = new google.maps.InfoWindow({content: $l48c036d041f79ff33000ae51feaba477});google.maps.event.addListener(m_48c036d041f79ff33000ae51feaba477, 'click', function() {infowindow.open(map,m_48c036d041f79ff33000ae51feaba477);});$marker.push(m_48c036d041f79ff33000ae51feaba477);}});}google.maps.event.addDomListener(window, 'load', initialize);