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.1176,-75.0145)};var g_ca044cf2bda6849beeacae8bf799ccc6 = new google.maps.Geocoder();g_ca044cf2bda6849beeacae8bf799ccc6.geocode( { 'address': "50 S 16th St, Philadelphia, PA 19102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-republic-first-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-republic-first-bancorp-inc'), mapOptions);}document.getElementById('7499a539').innerHTML += ' | View Map';var $lca044cf2bda6849beeacae8bf799ccc6 = '

Republic First Bancorp Inc

Address: 50 S 16th St, Philadelphia, PA 19102
Phone: (215) 735-4422
';var m_ca044cf2bda6849beeacae8bf799ccc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic First Bancorp Inc',});m_ca044cf2bda6849beeacae8bf799ccc6['infowindow'] = new google.maps.InfoWindow({content: $lca044cf2bda6849beeacae8bf799ccc6});var infowindow = new google.maps.InfoWindow({content: $lca044cf2bda6849beeacae8bf799ccc6});google.maps.event.addListener(m_ca044cf2bda6849beeacae8bf799ccc6, 'click', function() {infowindow.open(map,m_ca044cf2bda6849beeacae8bf799ccc6);});$marker.push(m_ca044cf2bda6849beeacae8bf799ccc6);}});}google.maps.event.addDomListener(window, 'load', initialize);