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.8532,-74.9842)};var g_8576a5108a045a711b0927e2408d4b34 = new google.maps.Geocoder();g_8576a5108a045a711b0927e2408d4b34.geocode( { 'address': "620 County Rte 561, Voorhees Township, NJ 08043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('voorhees-township-NJ-department-of-finance').style.display = '';map = new google.maps.Map(document.getElementById('voorhees-township-NJ-department-of-finance'), mapOptions);}document.getElementById('24dcbe4f').innerHTML += ' | View Map';var $l8576a5108a045a711b0927e2408d4b34 = '

Department of Finance

Address: 620 County Rte 561, Voorhees Township, NJ 08043, USA
Phone: (856) 429-7026
';var m_8576a5108a045a711b0927e2408d4b34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Department of Finance',});m_8576a5108a045a711b0927e2408d4b34['infowindow'] = new google.maps.InfoWindow({content: $l8576a5108a045a711b0927e2408d4b34});var infowindow = new google.maps.InfoWindow({content: $l8576a5108a045a711b0927e2408d4b34});google.maps.event.addListener(m_8576a5108a045a711b0927e2408d4b34, 'click', function() {infowindow.open(map,m_8576a5108a045a711b0927e2408d4b34);});$marker.push(m_8576a5108a045a711b0927e2408d4b34);}});}google.maps.event.addDomListener(window, 'load', initialize);