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(40.8221,-72.9989)};var g_1174039136d0f8dbcb4419c4b4a159ad = new google.maps.Geocoder();g_1174039136d0f8dbcb4419c4b4a159ad.geocode( { 'address': "2690 NY-112, Medford, NY 11763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-NY-pay-o-matic').style.display = '';map = new google.maps.Map(document.getElementById('medford-NY-pay-o-matic'), mapOptions);}document.getElementById('45d29181').innerHTML += ' | View Map';var $l1174039136d0f8dbcb4419c4b4a159ad = '

Pay-O-Matic

Address: 2690 NY-112, Medford, NY 11763, USA
Phone: (631) 207-2603
';var m_1174039136d0f8dbcb4419c4b4a159ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pay-O-Matic',});m_1174039136d0f8dbcb4419c4b4a159ad['infowindow'] = new google.maps.InfoWindow({content: $l1174039136d0f8dbcb4419c4b4a159ad});var infowindow = new google.maps.InfoWindow({content: $l1174039136d0f8dbcb4419c4b4a159ad});google.maps.event.addListener(m_1174039136d0f8dbcb4419c4b4a159ad, 'click', function() {infowindow.open(map,m_1174039136d0f8dbcb4419c4b4a159ad);});$marker.push(m_1174039136d0f8dbcb4419c4b4a159ad);}});}google.maps.event.addDomListener(window, 'load', initialize);