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.9376,-72.6511)};var g_500739868ce9f7f0857260404eab4d41 = new google.maps.Geocoder();g_500739868ce9f7f0857260404eab4d41.geocode( { 'address': "190 Old Country Rd, Riverhead, NY 11901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverhead-NY-riverhead-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('riverhead-NY-riverhead-check-cashing'), mapOptions);}document.getElementById('35fa1075').innerHTML += ' | View Map';var $l500739868ce9f7f0857260404eab4d41 = '

Riverhead Check Cashing

Address: 190 Old Country Rd, Riverhead, NY 11901, USA
Phone: (631) 369-2274
';var m_500739868ce9f7f0857260404eab4d41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverhead Check Cashing',});m_500739868ce9f7f0857260404eab4d41['infowindow'] = new google.maps.InfoWindow({content: $l500739868ce9f7f0857260404eab4d41});var infowindow = new google.maps.InfoWindow({content: $l500739868ce9f7f0857260404eab4d41});google.maps.event.addListener(m_500739868ce9f7f0857260404eab4d41, 'click', function() {infowindow.open(map,m_500739868ce9f7f0857260404eab4d41);});$marker.push(m_500739868ce9f7f0857260404eab4d41);}});}google.maps.event.addDomListener(window, 'load', initialize);