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.0959,-80.7238)};var g_5a732276d5f4fb13609ec549c1c283e5 = new google.maps.Geocoder();g_5a732276d5f4fb13609ec549c1c283e5.geocode( { 'address': "14 S 4th St, Martins Ferry, OH 43935, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martins-ferry-OH-ohio-valley-lending').style.display = '';map = new google.maps.Map(document.getElementById('martins-ferry-OH-ohio-valley-lending'), mapOptions);}document.getElementById('b579e952').innerHTML += ' | View Map';var $l5a732276d5f4fb13609ec549c1c283e5 = '

Ohio Valley Lending

Address: 14 S 4th St, Martins Ferry, OH 43935, USA
Phone: (740) 635-1820
';var m_5a732276d5f4fb13609ec549c1c283e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Valley Lending',});m_5a732276d5f4fb13609ec549c1c283e5['infowindow'] = new google.maps.InfoWindow({content: $l5a732276d5f4fb13609ec549c1c283e5});var infowindow = new google.maps.InfoWindow({content: $l5a732276d5f4fb13609ec549c1c283e5});google.maps.event.addListener(m_5a732276d5f4fb13609ec549c1c283e5, 'click', function() {infowindow.open(map,m_5a732276d5f4fb13609ec549c1c283e5);});$marker.push(m_5a732276d5f4fb13609ec549c1c283e5);}});}google.maps.event.addDomListener(window, 'load', initialize);