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.0993,-75.3034)};var g_221d772de257c968c2c15b9155d436ab = new google.maps.Geocoder();g_221d772de257c968c2c15b9155d436ab.geocode( { 'address': "1495 Alan Wood Rd # 7, Conshohocken, PA 19428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conshohocken-PA-mid-atlantic-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('conshohocken-PA-mid-atlantic-credit-corporation'), mapOptions);}document.getElementById('13f3b039').innerHTML += ' | View Map';var $l221d772de257c968c2c15b9155d436ab = '

Mid Atlantic Credit Corporation

Address: 1495 Alan Wood Rd # 7, Conshohocken, PA 19428, USA
Phone: (610) 941-0840
';var m_221d772de257c968c2c15b9155d436ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Atlantic Credit Corporation',});m_221d772de257c968c2c15b9155d436ab['infowindow'] = new google.maps.InfoWindow({content: $l221d772de257c968c2c15b9155d436ab});var infowindow = new google.maps.InfoWindow({content: $l221d772de257c968c2c15b9155d436ab});google.maps.event.addListener(m_221d772de257c968c2c15b9155d436ab, 'click', function() {infowindow.open(map,m_221d772de257c968c2c15b9155d436ab);});$marker.push(m_221d772de257c968c2c15b9155d436ab);}});}google.maps.event.addDomListener(window, 'load', initialize);