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(37.0544,-94.5363)};var g_fc8a0dcfc5b954534711df12e21a2f0b = new google.maps.Geocoder();g_fc8a0dcfc5b954534711df12e21a2f0b.geocode( { 'address': "1802 W 32nd St e, Joplin, MO 64804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('joplin-MO-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('joplin-MO-homebridge-financial-services'), mapOptions);}document.getElementById('cdf22c83').innerHTML += ' | View Map';var $lfc8a0dcfc5b954534711df12e21a2f0b = '

HomeBridge Financial Services

Address: 1802 W 32nd St e, Joplin, MO 64804, USA
Phone: (800) 464-2484
';var m_fc8a0dcfc5b954534711df12e21a2f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_fc8a0dcfc5b954534711df12e21a2f0b['infowindow'] = new google.maps.InfoWindow({content: $lfc8a0dcfc5b954534711df12e21a2f0b});var infowindow = new google.maps.InfoWindow({content: $lfc8a0dcfc5b954534711df12e21a2f0b});google.maps.event.addListener(m_fc8a0dcfc5b954534711df12e21a2f0b, 'click', function() {infowindow.open(map,m_fc8a0dcfc5b954534711df12e21a2f0b);});$marker.push(m_fc8a0dcfc5b954534711df12e21a2f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);