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(33.1224,-117.307)};var g_537a6bf2e6a0460cafcf2527b3c5578c = new google.maps.Geocoder();g_537a6bf2e6a0460cafcf2527b3c5578c.geocode( { 'address': "6005 Hidden Valley Rd, Carlsbad, CA 92011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlsbad-CA-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('carlsbad-CA-bank-of-america-mortgage'), mapOptions);}document.getElementById('1fcfabb5').innerHTML += ' | View Map';var $l537a6bf2e6a0460cafcf2527b3c5578c = '

Bank of America Mortgage

Address: 6005 Hidden Valley Rd, Carlsbad, CA 92011, USA
Phone: (760) 268-4371
';var m_537a6bf2e6a0460cafcf2527b3c5578c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_537a6bf2e6a0460cafcf2527b3c5578c['infowindow'] = new google.maps.InfoWindow({content: $l537a6bf2e6a0460cafcf2527b3c5578c});var infowindow = new google.maps.InfoWindow({content: $l537a6bf2e6a0460cafcf2527b3c5578c});google.maps.event.addListener(m_537a6bf2e6a0460cafcf2527b3c5578c, 'click', function() {infowindow.open(map,m_537a6bf2e6a0460cafcf2527b3c5578c);});$marker.push(m_537a6bf2e6a0460cafcf2527b3c5578c);}});}google.maps.event.addDomListener(window, 'load', initialize);