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(38.8719,-86.502)};var g_3142c42ca1d6675586ec636631a0c922 = new google.maps.Geocoder();g_3142c42ca1d6675586ec636631a0c922.geocode( { 'address': "651 X St, Bedford, IN 47421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-IN-lighthouse-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('bedford-IN-lighthouse-financial-services'), mapOptions);}document.getElementById('54b8fc23').innerHTML += ' | View Map';var $l3142c42ca1d6675586ec636631a0c922 = '

Lighthouse Financial Services

Address: 651 X St, Bedford, IN 47421, USA
Phone: (812) 277-1032
';var m_3142c42ca1d6675586ec636631a0c922 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Financial Services',});m_3142c42ca1d6675586ec636631a0c922['infowindow'] = new google.maps.InfoWindow({content: $l3142c42ca1d6675586ec636631a0c922});var infowindow = new google.maps.InfoWindow({content: $l3142c42ca1d6675586ec636631a0c922});google.maps.event.addListener(m_3142c42ca1d6675586ec636631a0c922, 'click', function() {infowindow.open(map,m_3142c42ca1d6675586ec636631a0c922);});$marker.push(m_3142c42ca1d6675586ec636631a0c922);}});}google.maps.event.addDomListener(window, 'load', initialize);