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(39.4151,-81.4548)};var g_863fc95855cf2a653d3f979b541e78f8 = new google.maps.Geocoder();g_863fc95855cf2a653d3f979b541e78f8.geocode( { 'address': "138 Putnam St, Marietta, OH 45750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-OH-peoples-investment-co').style.display = '';map = new google.maps.Map(document.getElementById('marietta-OH-peoples-investment-co'), mapOptions);}document.getElementById('ced71cb8').innerHTML += ' | View Map';var $l863fc95855cf2a653d3f979b541e78f8 = '

Peoples Investment Co

Address: 138 Putnam St, Marietta, OH 45750, USA
Phone: (740) 423-5307
';var m_863fc95855cf2a653d3f979b541e78f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Investment Co',});m_863fc95855cf2a653d3f979b541e78f8['infowindow'] = new google.maps.InfoWindow({content: $l863fc95855cf2a653d3f979b541e78f8});var infowindow = new google.maps.InfoWindow({content: $l863fc95855cf2a653d3f979b541e78f8});google.maps.event.addListener(m_863fc95855cf2a653d3f979b541e78f8, 'click', function() {infowindow.open(map,m_863fc95855cf2a653d3f979b541e78f8);});$marker.push(m_863fc95855cf2a653d3f979b541e78f8);}});}google.maps.event.addDomListener(window, 'load', initialize);