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.6917,-75.2096)};var g_90f807c425c4033803a7b5cabd5c3f3c = new google.maps.Geocoder();g_90f807c425c4033803a7b5cabd5c3f3c.geocode( { 'address': "46 Centre Square, Easton, PA 18042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-PA-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('easton-PA-merchants-bank'), mapOptions);}document.getElementById('67c9bf0c').innerHTML += ' | View Map';var $l90f807c425c4033803a7b5cabd5c3f3c = '

Merchants Bank

Address: 46 Centre Square, Easton, PA 18042, USA
Phone: (610) 253-5117
';var m_90f807c425c4033803a7b5cabd5c3f3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank',});m_90f807c425c4033803a7b5cabd5c3f3c['infowindow'] = new google.maps.InfoWindow({content: $l90f807c425c4033803a7b5cabd5c3f3c});var infowindow = new google.maps.InfoWindow({content: $l90f807c425c4033803a7b5cabd5c3f3c});google.maps.event.addListener(m_90f807c425c4033803a7b5cabd5c3f3c, 'click', function() {infowindow.open(map,m_90f807c425c4033803a7b5cabd5c3f3c);});$marker.push(m_90f807c425c4033803a7b5cabd5c3f3c);}});}google.maps.event.addDomListener(window, 'load', initialize);