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.6657,-86.1368)};var g_a46bab6ce44aa28f01eb73c63b286bea = new google.maps.Geocoder();g_a46bab6ce44aa28f01eb73c63b286bea.geocode( { 'address': "1525 W Hoosier Blvd # 201, Peru, IN 46970, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peru-IN-miami-county-economic-development-authority').style.display = '';map = new google.maps.Map(document.getElementById('peru-IN-miami-county-economic-development-authority'), mapOptions);}document.getElementById('2486a1a4').innerHTML += ' | View Map';var $la46bab6ce44aa28f01eb73c63b286bea = '

Miami County Economic Development Authority

Address: 1525 W Hoosier Blvd # 201, Peru, IN 46970, USA
Phone: (765) 689-0159
';var m_a46bab6ce44aa28f01eb73c63b286bea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miami County Economic Development Authority',});m_a46bab6ce44aa28f01eb73c63b286bea['infowindow'] = new google.maps.InfoWindow({content: $la46bab6ce44aa28f01eb73c63b286bea});var infowindow = new google.maps.InfoWindow({content: $la46bab6ce44aa28f01eb73c63b286bea});google.maps.event.addListener(m_a46bab6ce44aa28f01eb73c63b286bea, 'click', function() {infowindow.open(map,m_a46bab6ce44aa28f01eb73c63b286bea);});$marker.push(m_a46bab6ce44aa28f01eb73c63b286bea);}});}google.maps.event.addDomListener(window, 'load', initialize);