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.2745,-75.2203)};var g_a966e86211810972f1f21a0a59a8fdb5 = new google.maps.Geocoder();g_a966e86211810972f1f21a0a59a8fdb5.geocode( { 'address': "335 W Butler Ave, Chalfont, PA 18914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chalfont-PA-merck-sharp--dohme-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chalfont-PA-merck-sharp--dohme-federal-credit-union'), mapOptions);}document.getElementById('bd9ace5f').innerHTML += ' | View Map';var $la966e86211810972f1f21a0a59a8fdb5 = '

Merck Sharp & Dohme Federal Credit Union

Address: 335 W Butler Ave, Chalfont, PA 18914, USA
Phone: (215) 996-3700
';var m_a966e86211810972f1f21a0a59a8fdb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merck Sharp & Dohme Federal Credit Union',});m_a966e86211810972f1f21a0a59a8fdb5['infowindow'] = new google.maps.InfoWindow({content: $la966e86211810972f1f21a0a59a8fdb5});var infowindow = new google.maps.InfoWindow({content: $la966e86211810972f1f21a0a59a8fdb5});google.maps.event.addListener(m_a966e86211810972f1f21a0a59a8fdb5, 'click', function() {infowindow.open(map,m_a966e86211810972f1f21a0a59a8fdb5);});$marker.push(m_a966e86211810972f1f21a0a59a8fdb5);}});}google.maps.event.addDomListener(window, 'load', initialize);