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(28.289,-82.7131)};var g_dd39400710867187ef39d00d99991082 = new google.maps.Geocoder();g_dd39400710867187ef39d00d99991082.geocode( { 'address': "9037 US-19, Port Richey, FL 34668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-richey-FL-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-richey-FL-republic-bank'), mapOptions);}document.getElementById('b2a1a368').innerHTML += ' | View Map';var $ldd39400710867187ef39d00d99991082 = '

Republic Bank

Address: 9037 US-19, Port Richey, FL 34668, USA
Phone: (727) 846-0066
';var m_dd39400710867187ef39d00d99991082 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Bank',});m_dd39400710867187ef39d00d99991082['infowindow'] = new google.maps.InfoWindow({content: $ldd39400710867187ef39d00d99991082});var infowindow = new google.maps.InfoWindow({content: $ldd39400710867187ef39d00d99991082});google.maps.event.addListener(m_dd39400710867187ef39d00d99991082, 'click', function() {infowindow.open(map,m_dd39400710867187ef39d00d99991082);});$marker.push(m_dd39400710867187ef39d00d99991082);}});}google.maps.event.addDomListener(window, 'load', initialize);