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.9456,-74.9695)};var g_00e3fc1d6b2a8569e99d958db4d6e14d = new google.maps.Geocoder();g_00e3fc1d6b2a8569e99d958db4d6e14d.geocode( { 'address': "380 S Lenola Rd, Maple Shade Township, NJ 08052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maple-shade-township-NJ-sun-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('maple-shade-township-NJ-sun-national-bank'), mapOptions);}document.getElementById('7298f8b2').innerHTML += ' | View Map';var $l00e3fc1d6b2a8569e99d958db4d6e14d = '

Sun National Bank

Address: 380 S Lenola Rd, Maple Shade Township, NJ 08052, USA
Phone: (856) 222-0200
';var m_00e3fc1d6b2a8569e99d958db4d6e14d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun National Bank',});m_00e3fc1d6b2a8569e99d958db4d6e14d['infowindow'] = new google.maps.InfoWindow({content: $l00e3fc1d6b2a8569e99d958db4d6e14d});var infowindow = new google.maps.InfoWindow({content: $l00e3fc1d6b2a8569e99d958db4d6e14d});google.maps.event.addListener(m_00e3fc1d6b2a8569e99d958db4d6e14d, 'click', function() {infowindow.open(map,m_00e3fc1d6b2a8569e99d958db4d6e14d);});$marker.push(m_00e3fc1d6b2a8569e99d958db4d6e14d);}});}google.maps.event.addDomListener(window, 'load', initialize);