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.7602,-118.081)};var g_25b55400e4fef098a35e25ba199b47b5 = new google.maps.Geocoder();g_25b55400e4fef098a35e25ba199b47b5.geocode( { 'address': "2365 Seal Beach Blvd, Seal Beach, CA 90740"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seal-beach-CA-bank-of-america-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('seal-beach-CA-bank-of-america-home-loans'), mapOptions);}document.getElementById('56035d58').innerHTML += ' | View Map';var $l25b55400e4fef098a35e25ba199b47b5 = '

Bank of America Home Loans

Address: 2365 Seal Beach Blvd, Seal Beach, CA 90740
Phone: (562) 799-5589
';var m_25b55400e4fef098a35e25ba199b47b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Home Loans',});m_25b55400e4fef098a35e25ba199b47b5['infowindow'] = new google.maps.InfoWindow({content: $l25b55400e4fef098a35e25ba199b47b5});var infowindow = new google.maps.InfoWindow({content: $l25b55400e4fef098a35e25ba199b47b5});google.maps.event.addListener(m_25b55400e4fef098a35e25ba199b47b5, 'click', function() {infowindow.open(map,m_25b55400e4fef098a35e25ba199b47b5);});$marker.push(m_25b55400e4fef098a35e25ba199b47b5);}});}google.maps.event.addDomListener(window, 'load', initialize);