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.681,-74.4575)};var g_4672a4597e331b354e95d558b9a63287 = new google.maps.Geocoder();g_4672a4597e331b354e95d558b9a63287.geocode( { 'address': "Wal-Mart, 139 Merchant Pl, Cobleskill, NY 12043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cobleskill-NY-coinstar').style.display = '';map = new google.maps.Map(document.getElementById('cobleskill-NY-coinstar'), mapOptions);}document.getElementById('54e0c983').innerHTML += ' | View Map';var $l4672a4597e331b354e95d558b9a63287 = '

Coinstar

Address: Wal-Mart, 139 Merchant Pl, Cobleskill, NY 12043, USA
Phone: (800) 928-2274
';var m_4672a4597e331b354e95d558b9a63287 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coinstar',});m_4672a4597e331b354e95d558b9a63287['infowindow'] = new google.maps.InfoWindow({content: $l4672a4597e331b354e95d558b9a63287});var infowindow = new google.maps.InfoWindow({content: $l4672a4597e331b354e95d558b9a63287});google.maps.event.addListener(m_4672a4597e331b354e95d558b9a63287, 'click', function() {infowindow.open(map,m_4672a4597e331b354e95d558b9a63287);});$marker.push(m_4672a4597e331b354e95d558b9a63287);}});}google.maps.event.addDomListener(window, 'load', initialize);