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(36.0728,-79.8024)};var g_6620acbe9d8c122d3f8d78841f5ba493 = new google.maps.Geocoder();g_6620acbe9d8c122d3f8d78841f5ba493.geocode( { 'address': "925 W Market St, Greensboro, NC 27401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensboro-NC-lighthouse-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('greensboro-NC-lighthouse-financial-corp'), mapOptions);}document.getElementById('be3b5c2e').innerHTML += ' | View Map';var $l6620acbe9d8c122d3f8d78841f5ba493 = '

Lighthouse Financial Corp.

Address: 925 W Market St, Greensboro, NC 27401, USA
Phone: (336) 272-9766
';var m_6620acbe9d8c122d3f8d78841f5ba493 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Financial Corp.',});m_6620acbe9d8c122d3f8d78841f5ba493['infowindow'] = new google.maps.InfoWindow({content: $l6620acbe9d8c122d3f8d78841f5ba493});var infowindow = new google.maps.InfoWindow({content: $l6620acbe9d8c122d3f8d78841f5ba493});google.maps.event.addListener(m_6620acbe9d8c122d3f8d78841f5ba493, 'click', function() {infowindow.open(map,m_6620acbe9d8c122d3f8d78841f5ba493);});$marker.push(m_6620acbe9d8c122d3f8d78841f5ba493);}});}google.maps.event.addDomListener(window, 'load', initialize);