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(32.7597,-116.998)};var g_62657675ae5bd0b1553126fb19609788 = new google.maps.Geocoder();g_62657675ae5bd0b1553126fb19609788.geocode( { 'address': "8898 la Mesa Blvd, La Mesa, CA 91942"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-mesa-CA-bank-of-america-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('la-mesa-CA-bank-of-america-home-loans'), mapOptions);}document.getElementById('ca4e572d').innerHTML += ' | View Map';var $l62657675ae5bd0b1553126fb19609788 = '

Bank of America Home Loans

Address: 8898 la Mesa Blvd, La Mesa, CA 91942
Phone: (619) 337-3400
';var m_62657675ae5bd0b1553126fb19609788 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Home Loans',});m_62657675ae5bd0b1553126fb19609788['infowindow'] = new google.maps.InfoWindow({content: $l62657675ae5bd0b1553126fb19609788});var infowindow = new google.maps.InfoWindow({content: $l62657675ae5bd0b1553126fb19609788});google.maps.event.addListener(m_62657675ae5bd0b1553126fb19609788, 'click', function() {infowindow.open(map,m_62657675ae5bd0b1553126fb19609788);});$marker.push(m_62657675ae5bd0b1553126fb19609788);}});}google.maps.event.addDomListener(window, 'load', initialize);