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.6014,-75.3691)};var g_a74e65df39b527b7cf3a888cfda196f5 = new google.maps.Geocoder();g_a74e65df39b527b7cf3a888cfda196f5.geocode( { 'address': "2 W Broad St, Bethlehem, PA 18018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-PA-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-PA-merchants-bank'), mapOptions);}document.getElementById('0cbbdf79').innerHTML += ' | View Map';var $la74e65df39b527b7cf3a888cfda196f5 = '

Merchants Bank

Address: 2 W Broad St, Bethlehem, PA 18018
Phone: (484) 241-4464
';var m_a74e65df39b527b7cf3a888cfda196f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank',});m_a74e65df39b527b7cf3a888cfda196f5['infowindow'] = new google.maps.InfoWindow({content: $la74e65df39b527b7cf3a888cfda196f5});var infowindow = new google.maps.InfoWindow({content: $la74e65df39b527b7cf3a888cfda196f5});google.maps.event.addListener(m_a74e65df39b527b7cf3a888cfda196f5, 'click', function() {infowindow.open(map,m_a74e65df39b527b7cf3a888cfda196f5);});$marker.push(m_a74e65df39b527b7cf3a888cfda196f5);}});}google.maps.event.addDomListener(window, 'load', initialize);