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.9302,-74.0057)};var g_10dca68a1913580abea22f798cc8af7d = new google.maps.Geocoder();g_10dca68a1913580abea22f798cc8af7d.geocode( { 'address': "632 Broadway, Kingston, NY 12401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-NY-thrifty-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('kingston-NY-thrifty-check-cashing'), mapOptions);}document.getElementById('c18b6fe6').innerHTML += ' | View Map';var $l10dca68a1913580abea22f798cc8af7d = '

Thrifty Check Cashing

Address: 632 Broadway, Kingston, NY 12401, USA
Phone: (845) 334-8842
';var m_10dca68a1913580abea22f798cc8af7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrifty Check Cashing',});m_10dca68a1913580abea22f798cc8af7d['infowindow'] = new google.maps.InfoWindow({content: $l10dca68a1913580abea22f798cc8af7d});var infowindow = new google.maps.InfoWindow({content: $l10dca68a1913580abea22f798cc8af7d});google.maps.event.addListener(m_10dca68a1913580abea22f798cc8af7d, 'click', function() {infowindow.open(map,m_10dca68a1913580abea22f798cc8af7d);});$marker.push(m_10dca68a1913580abea22f798cc8af7d);}});}google.maps.event.addDomListener(window, 'load', initialize);