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.7884,-94.7962)};var g_60c0a33ec74fd648d97a79d6ab401f9e = new google.maps.Geocoder();g_60c0a33ec74fd648d97a79d6ab401f9e.geocode( { 'address': "2407 N Woodbine Rd # A, St Joseph, MO 64506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-joseph-MO-hinde--co').style.display = '';map = new google.maps.Map(document.getElementById('saint-joseph-MO-hinde--co'), mapOptions);}document.getElementById('bd8569c5').innerHTML += ' | View Map';var $l60c0a33ec74fd648d97a79d6ab401f9e = '

Hinde & Co

Address: 2407 N Woodbine Rd # A, St Joseph, MO 64506, USA
Phone: (816) 364-4900
';var m_60c0a33ec74fd648d97a79d6ab401f9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hinde & Co',});m_60c0a33ec74fd648d97a79d6ab401f9e['infowindow'] = new google.maps.InfoWindow({content: $l60c0a33ec74fd648d97a79d6ab401f9e});var infowindow = new google.maps.InfoWindow({content: $l60c0a33ec74fd648d97a79d6ab401f9e});google.maps.event.addListener(m_60c0a33ec74fd648d97a79d6ab401f9e, 'click', function() {infowindow.open(map,m_60c0a33ec74fd648d97a79d6ab401f9e);});$marker.push(m_60c0a33ec74fd648d97a79d6ab401f9e);}});}google.maps.event.addDomListener(window, 'load', initialize);