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.1306,-75.3475)};var g_671d4d4efed6a3d7029c0b266da58d63 = new google.maps.Geocoder();g_671d4d4efed6a3d7029c0b266da58d63.geocode( { 'address': "136 W Germantown Pike, Norristown, PA 19401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norristown-PA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('norristown-PA-citibank'), mapOptions);}document.getElementById('5f8c1515').innerHTML += ' | View Map';var $l671d4d4efed6a3d7029c0b266da58d63 = '

Citibank

Address: 136 W Germantown Pike, Norristown, PA 19401
Phone: (610) 292-4786
';var m_671d4d4efed6a3d7029c0b266da58d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_671d4d4efed6a3d7029c0b266da58d63['infowindow'] = new google.maps.InfoWindow({content: $l671d4d4efed6a3d7029c0b266da58d63});var infowindow = new google.maps.InfoWindow({content: $l671d4d4efed6a3d7029c0b266da58d63});google.maps.event.addListener(m_671d4d4efed6a3d7029c0b266da58d63, 'click', function() {infowindow.open(map,m_671d4d4efed6a3d7029c0b266da58d63);});$marker.push(m_671d4d4efed6a3d7029c0b266da58d63);}});}google.maps.event.addDomListener(window, 'load', initialize);