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(40.7462,-74.2608)};var g_bad1243bb55ded10b82e6e9b33321897 = new google.maps.Geocoder();g_bad1243bb55ded10b82e6e9b33321897.geocode( { 'address': "200 Valley St, South Orange, NJ 07079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-orange-NJ-allegiance-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-orange-NJ-allegiance-community-bank'), mapOptions);}document.getElementById('08b595c6').innerHTML += ' | View Map';var $lbad1243bb55ded10b82e6e9b33321897 = '

Allegiance Community Bank

Address: 200 Valley St, South Orange, NJ 07079
Phone: (973) 761-0568
';var m_bad1243bb55ded10b82e6e9b33321897 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegiance Community Bank',});m_bad1243bb55ded10b82e6e9b33321897['infowindow'] = new google.maps.InfoWindow({content: $lbad1243bb55ded10b82e6e9b33321897});var infowindow = new google.maps.InfoWindow({content: $lbad1243bb55ded10b82e6e9b33321897});google.maps.event.addListener(m_bad1243bb55ded10b82e6e9b33321897, 'click', function() {infowindow.open(map,m_bad1243bb55ded10b82e6e9b33321897);});$marker.push(m_bad1243bb55ded10b82e6e9b33321897);}});}google.maps.event.addDomListener(window, 'load', initialize);