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(38.3569,-75.6006)};var g_84197cb58253061874fcc43fce417a7c = new google.maps.Geocoder();g_84197cb58253061874fcc43fce417a7c.geocode( { 'address': "726 S Salisbury Blvd, Salisbury, MD 21801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-MD-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-MD-united-check-cashing'), mapOptions);}document.getElementById('5276af88').innerHTML += ' | View Map';var $l84197cb58253061874fcc43fce417a7c = '

United Check Cashing

Address: 726 S Salisbury Blvd, Salisbury, MD 21801, USA
Phone: (410) 677-3100
';var m_84197cb58253061874fcc43fce417a7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_84197cb58253061874fcc43fce417a7c['infowindow'] = new google.maps.InfoWindow({content: $l84197cb58253061874fcc43fce417a7c});var infowindow = new google.maps.InfoWindow({content: $l84197cb58253061874fcc43fce417a7c});google.maps.event.addListener(m_84197cb58253061874fcc43fce417a7c, 'click', function() {infowindow.open(map,m_84197cb58253061874fcc43fce417a7c);});$marker.push(m_84197cb58253061874fcc43fce417a7c);}});}google.maps.event.addDomListener(window, 'load', initialize);