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.2397,-75.6116)};var g_bd29ab8968f11acdd4c32ec1f826a917 = new google.maps.Geocoder();g_bd29ab8968f11acdd4c32ec1f826a917.geocode( { 'address': "1600 Medical Dr, Pottstown, PA 19464, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottstown-PA-diamond-credit-union-pottstown-branch').style.display = '';map = new google.maps.Map(document.getElementById('pottstown-PA-diamond-credit-union-pottstown-branch'), mapOptions);}document.getElementById('613d70a2').innerHTML += ' | View Map';var $lbd29ab8968f11acdd4c32ec1f826a917 = '

Diamond Credit Union Pottstown Branch

Address: 1600 Medical Dr, Pottstown, PA 19464, USA
Phone: (610) 326-5490
';var m_bd29ab8968f11acdd4c32ec1f826a917 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Credit Union Pottstown Branch',});m_bd29ab8968f11acdd4c32ec1f826a917['infowindow'] = new google.maps.InfoWindow({content: $lbd29ab8968f11acdd4c32ec1f826a917});var infowindow = new google.maps.InfoWindow({content: $lbd29ab8968f11acdd4c32ec1f826a917});google.maps.event.addListener(m_bd29ab8968f11acdd4c32ec1f826a917, 'click', function() {infowindow.open(map,m_bd29ab8968f11acdd4c32ec1f826a917);});$marker.push(m_bd29ab8968f11acdd4c32ec1f826a917);}});}google.maps.event.addDomListener(window, 'load', initialize);