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(47.4506,-122.828)};var g_b6b4c1dab08de816240f06ca7e984afd = new google.maps.Geocoder();g_b6b4c1dab08de816240f06ca7e984afd.geocode( { 'address': "23731 WA-3, Belfair, WA 98528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belfair-WA-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('belfair-WA-atm-key-bank'), mapOptions);}document.getElementById('57c10199').innerHTML += ' | View Map';var $lb6b4c1dab08de816240f06ca7e984afd = '

ATM (Key Bank)

Address: 23731 WA-3, Belfair, WA 98528, USA
Phone:
';var m_b6b4c1dab08de816240f06ca7e984afd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_b6b4c1dab08de816240f06ca7e984afd['infowindow'] = new google.maps.InfoWindow({content: $lb6b4c1dab08de816240f06ca7e984afd});var infowindow = new google.maps.InfoWindow({content: $lb6b4c1dab08de816240f06ca7e984afd});google.maps.event.addListener(m_b6b4c1dab08de816240f06ca7e984afd, 'click', function() {infowindow.open(map,m_b6b4c1dab08de816240f06ca7e984afd);});$marker.push(m_b6b4c1dab08de816240f06ca7e984afd);}});}google.maps.event.addDomListener(window, 'load', initialize);