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(39.816,-75.4487)};var g_d8a00d58999160578175b67d17162e50 = new google.maps.Geocoder();g_d8a00d58999160578175b67d17162e50.geocode( { 'address': "333 Naamans Rd #37a, Claymont, DE 19703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claymont-DE-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('claymont-DE-united-check-cashing'), mapOptions);}document.getElementById('586c1da9').innerHTML += ' | View Map';var $ld8a00d58999160578175b67d17162e50 = '

United Check Cashing

Address: 333 Naamans Rd #37a, Claymont, DE 19703, USA
Phone: (302) 792-2545
';var m_d8a00d58999160578175b67d17162e50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_d8a00d58999160578175b67d17162e50['infowindow'] = new google.maps.InfoWindow({content: $ld8a00d58999160578175b67d17162e50});var infowindow = new google.maps.InfoWindow({content: $ld8a00d58999160578175b67d17162e50});google.maps.event.addListener(m_d8a00d58999160578175b67d17162e50, 'click', function() {infowindow.open(map,m_d8a00d58999160578175b67d17162e50);});$marker.push(m_d8a00d58999160578175b67d17162e50);}});}google.maps.event.addDomListener(window, 'load', initialize);