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.4899,-81.4522)};var g_00f8a27b2a6e1fc13eca20741438e638 = new google.maps.Geocoder();g_00f8a27b2a6e1fc13eca20741438e638.geocode( { 'address': "123 4th St SW, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-republic-state-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-republic-state-mortgage'), mapOptions);}document.getElementById('81f445e0').innerHTML += ' | View Map';var $l00f8a27b2a6e1fc13eca20741438e638 = '

Republic State Mortgage

Address: 123 4th St SW, New Philadelphia, OH 44663, USA
Phone: (330) 339-4335
';var m_00f8a27b2a6e1fc13eca20741438e638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic State Mortgage',});m_00f8a27b2a6e1fc13eca20741438e638['infowindow'] = new google.maps.InfoWindow({content: $l00f8a27b2a6e1fc13eca20741438e638});var infowindow = new google.maps.InfoWindow({content: $l00f8a27b2a6e1fc13eca20741438e638});google.maps.event.addListener(m_00f8a27b2a6e1fc13eca20741438e638, 'click', function() {infowindow.open(map,m_00f8a27b2a6e1fc13eca20741438e638);});$marker.push(m_00f8a27b2a6e1fc13eca20741438e638);}});}google.maps.event.addDomListener(window, 'load', initialize);