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.0404,-84.2055)};var g_6fe5d47a28d687083cd32913c828629b = new google.maps.Geocoder();g_6fe5d47a28d687083cd32913c828629b.geocode( { 'address': "206 W Main St #1, Troy, OH 45373, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-nolan-giere--co').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-nolan-giere--co'), mapOptions);}document.getElementById('55718fe6').innerHTML += ' | View Map';var $l6fe5d47a28d687083cd32913c828629b = '

Nolan Giere & Co

Address: 206 W Main St #1, Troy, OH 45373, USA
Phone: (937) 339-3118
';var m_6fe5d47a28d687083cd32913c828629b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nolan Giere & Co',});m_6fe5d47a28d687083cd32913c828629b['infowindow'] = new google.maps.InfoWindow({content: $l6fe5d47a28d687083cd32913c828629b});var infowindow = new google.maps.InfoWindow({content: $l6fe5d47a28d687083cd32913c828629b});google.maps.event.addListener(m_6fe5d47a28d687083cd32913c828629b, 'click', function() {infowindow.open(map,m_6fe5d47a28d687083cd32913c828629b);});$marker.push(m_6fe5d47a28d687083cd32913c828629b);}});}google.maps.event.addDomListener(window, 'load', initialize);