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(57.789,-152.408)};var g_faa13131f61414bcf3eac257e464629d = new google.maps.Geocoder();g_faa13131f61414bcf3eac257e464629d.geocode( { 'address': "111 W Rezanof Dr, Kodiak, AK 99615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kodiak-AK-western-union').style.display = '';map = new google.maps.Map(document.getElementById('kodiak-AK-western-union'), mapOptions);}document.getElementById('253ebcce').innerHTML += ' | View Map';var $lfaa13131f61414bcf3eac257e464629d = '

Western Union

Address: 111 W Rezanof Dr, Kodiak, AK 99615, USA
Phone: (907) 486-5761
';var m_faa13131f61414bcf3eac257e464629d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_faa13131f61414bcf3eac257e464629d['infowindow'] = new google.maps.InfoWindow({content: $lfaa13131f61414bcf3eac257e464629d});var infowindow = new google.maps.InfoWindow({content: $lfaa13131f61414bcf3eac257e464629d});google.maps.event.addListener(m_faa13131f61414bcf3eac257e464629d, 'click', function() {infowindow.open(map,m_faa13131f61414bcf3eac257e464629d);});$marker.push(m_faa13131f61414bcf3eac257e464629d);}});}google.maps.event.addDomListener(window, 'load', initialize);