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(39.9502,-75.1509)};var g_0fe8d8b3d30273dbef7e92938e9efaec = new google.maps.Geocoder();g_0fe8d8b3d30273dbef7e92938e9efaec.geocode( { 'address': "100 S Independence Mall W, Philadelphia, PA 19106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-the-rohm-and-haas-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-the-rohm-and-haas-employees-federal-credit-union'), mapOptions);}document.getElementById('2f096ed4').innerHTML += ' | View Map';var $l0fe8d8b3d30273dbef7e92938e9efaec = '

The Rohm and Haas Employees Federal Credit Union

Address: 100 S Independence Mall W, Philadelphia, PA 19106, USA
Phone: (215) 554-6185
';var m_0fe8d8b3d30273dbef7e92938e9efaec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Rohm and Haas Employees Federal Credit Union',});m_0fe8d8b3d30273dbef7e92938e9efaec['infowindow'] = new google.maps.InfoWindow({content: $l0fe8d8b3d30273dbef7e92938e9efaec});var infowindow = new google.maps.InfoWindow({content: $l0fe8d8b3d30273dbef7e92938e9efaec});google.maps.event.addListener(m_0fe8d8b3d30273dbef7e92938e9efaec, 'click', function() {infowindow.open(map,m_0fe8d8b3d30273dbef7e92938e9efaec);});$marker.push(m_0fe8d8b3d30273dbef7e92938e9efaec);}});}google.maps.event.addDomListener(window, 'load', initialize);