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.6941,-74.5752)};var g_6157759e00047a6a126cbbcde1373828 = new google.maps.Geocoder();g_6157759e00047a6a126cbbcde1373828.geocode( { 'address': "188 Mt Airy Rd # 105, Basking Ridge, NJ 07920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bernards-NJ-first-national-of-america').style.display = '';map = new google.maps.Map(document.getElementById('bernards-NJ-first-national-of-america'), mapOptions);}document.getElementById('a4326040').innerHTML += ' | View Map';var $l6157759e00047a6a126cbbcde1373828 = '

First National of America

Address: 188 Mt Airy Rd # 105, Basking Ridge, NJ 07920, USA
Phone: (908) 604-4700
';var m_6157759e00047a6a126cbbcde1373828 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National of America',});m_6157759e00047a6a126cbbcde1373828['infowindow'] = new google.maps.InfoWindow({content: $l6157759e00047a6a126cbbcde1373828});var infowindow = new google.maps.InfoWindow({content: $l6157759e00047a6a126cbbcde1373828});google.maps.event.addListener(m_6157759e00047a6a126cbbcde1373828, 'click', function() {infowindow.open(map,m_6157759e00047a6a126cbbcde1373828);});$marker.push(m_6157759e00047a6a126cbbcde1373828);}});}google.maps.event.addDomListener(window, 'load', initialize);