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(42.0433,-73.9641)};var g_2aa6fe9d9d56ad4de1090d2b1635801f = new google.maps.Geocoder();g_2aa6fe9d9d56ad4de1090d2b1635801f.geocode( { 'address': "2910 US-9W, Saugerties, NY 12477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saugerties-NY-bailey-brothers-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('saugerties-NY-bailey-brothers-pawn-shop'), mapOptions);}document.getElementById('8e936e3c').innerHTML += ' | View Map';var $l2aa6fe9d9d56ad4de1090d2b1635801f = '

Bailey Brothers Pawn Shop

Address: 2910 US-9W, Saugerties, NY 12477, USA
Phone: (845) 868-5106
';var m_2aa6fe9d9d56ad4de1090d2b1635801f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bailey Brothers Pawn Shop',});m_2aa6fe9d9d56ad4de1090d2b1635801f['infowindow'] = new google.maps.InfoWindow({content: $l2aa6fe9d9d56ad4de1090d2b1635801f});var infowindow = new google.maps.InfoWindow({content: $l2aa6fe9d9d56ad4de1090d2b1635801f});google.maps.event.addListener(m_2aa6fe9d9d56ad4de1090d2b1635801f, 'click', function() {infowindow.open(map,m_2aa6fe9d9d56ad4de1090d2b1635801f);});$marker.push(m_2aa6fe9d9d56ad4de1090d2b1635801f);}});}google.maps.event.addDomListener(window, 'load', initialize);