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(59.6417,-151.556)};var g_66a883c15ed2728a3b1ce29b0ff89d17 = new google.maps.Geocoder();g_66a883c15ed2728a3b1ce29b0ff89d17.geocode( { 'address': "579 Waddell St, Homer, AK 99603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-AK-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('homer-AK-bank-of-america-mortgage'), mapOptions);}document.getElementById('de49eb37').innerHTML += ' | View Map';var $l66a883c15ed2728a3b1ce29b0ff89d17 = '

Bank of America Mortgage

Address: 579 Waddell St, Homer, AK 99603, USA
Phone: (907) 260-2015
';var m_66a883c15ed2728a3b1ce29b0ff89d17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_66a883c15ed2728a3b1ce29b0ff89d17['infowindow'] = new google.maps.InfoWindow({content: $l66a883c15ed2728a3b1ce29b0ff89d17});var infowindow = new google.maps.InfoWindow({content: $l66a883c15ed2728a3b1ce29b0ff89d17});google.maps.event.addListener(m_66a883c15ed2728a3b1ce29b0ff89d17, 'click', function() {infowindow.open(map,m_66a883c15ed2728a3b1ce29b0ff89d17);});$marker.push(m_66a883c15ed2728a3b1ce29b0ff89d17);}});}google.maps.event.addDomListener(window, 'load', initialize);