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.879,-75.1226)};var g_c37301560ef6d2959a282c1e66f8d316 = new google.maps.Geocoder();g_c37301560ef6d2959a282c1e66f8d316.geocode( { 'address': "102 New Broadway, Brooklawn, NJ 08030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklawn-NJ-united-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('brooklawn-NJ-united-check-cashing'), mapOptions);}document.getElementById('e3fa11a9').innerHTML += ' | View Map';var $lc37301560ef6d2959a282c1e66f8d316 = '

United Check Cashing

Address: 102 New Broadway, Brooklawn, NJ 08030, USA
Phone: (856) 456-6160
';var m_c37301560ef6d2959a282c1e66f8d316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Check Cashing',});m_c37301560ef6d2959a282c1e66f8d316['infowindow'] = new google.maps.InfoWindow({content: $lc37301560ef6d2959a282c1e66f8d316});var infowindow = new google.maps.InfoWindow({content: $lc37301560ef6d2959a282c1e66f8d316});google.maps.event.addListener(m_c37301560ef6d2959a282c1e66f8d316, 'click', function() {infowindow.open(map,m_c37301560ef6d2959a282c1e66f8d316);});$marker.push(m_c37301560ef6d2959a282c1e66f8d316);}});}google.maps.event.addDomListener(window, 'load', initialize);