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(55.3482,-131.666)};var g_0477dee948ac714571248b22f1abea78 = new google.maps.Geocoder();g_0477dee948ac714571248b22f1abea78.geocode( { 'address': "1752 Tongass Ave, Ketchikan, AK 99901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ketchikan-AK-s-e-loan').style.display = '';map = new google.maps.Map(document.getElementById('ketchikan-AK-s-e-loan'), mapOptions);}document.getElementById('d6f4a38b').innerHTML += ' | View Map';var $l0477dee948ac714571248b22f1abea78 = '

S E Loan

Address: 1752 Tongass Ave, Ketchikan, AK 99901, USA
Phone: (907) 225-5626
';var m_0477dee948ac714571248b22f1abea78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S E Loan',});m_0477dee948ac714571248b22f1abea78['infowindow'] = new google.maps.InfoWindow({content: $l0477dee948ac714571248b22f1abea78});var infowindow = new google.maps.InfoWindow({content: $l0477dee948ac714571248b22f1abea78});google.maps.event.addListener(m_0477dee948ac714571248b22f1abea78, 'click', function() {infowindow.open(map,m_0477dee948ac714571248b22f1abea78);});$marker.push(m_0477dee948ac714571248b22f1abea78);}});}google.maps.event.addDomListener(window, 'load', initialize);