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(41.7832,-74.7207)};var g_b8d230642d12f064ccf955430902b02c = new google.maps.Geocoder();g_b8d230642d12f064ccf955430902b02c.geocode( { 'address': "ShopRite, 1955 State Route 52, Liberty, NY 12754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-NY-coinstar').style.display = '';map = new google.maps.Map(document.getElementById('liberty-NY-coinstar'), mapOptions);}document.getElementById('4f07ebf5').innerHTML += ' | View Map';var $lb8d230642d12f064ccf955430902b02c = '

Coinstar

Address: ShopRite, 1955 State Route 52, Liberty, NY 12754, USA
Phone: (800) 928-2274
';var m_b8d230642d12f064ccf955430902b02c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coinstar',});m_b8d230642d12f064ccf955430902b02c['infowindow'] = new google.maps.InfoWindow({content: $lb8d230642d12f064ccf955430902b02c});var infowindow = new google.maps.InfoWindow({content: $lb8d230642d12f064ccf955430902b02c});google.maps.event.addListener(m_b8d230642d12f064ccf955430902b02c, 'click', function() {infowindow.open(map,m_b8d230642d12f064ccf955430902b02c);});$marker.push(m_b8d230642d12f064ccf955430902b02c);}});}google.maps.event.addDomListener(window, 'load', initialize);