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(33.0045,-93.4604)};var g_c7d37a4b8bb5a29064834ff8f9ef3466 = new google.maps.Geocoder();g_c7d37a4b8bb5a29064834ff8f9ef3466.geocode( { 'address': "204 1st St NE, Springhill, LA 71075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springhill-LA-village-loans-of-springhill').style.display = '';map = new google.maps.Map(document.getElementById('springhill-LA-village-loans-of-springhill'), mapOptions);}document.getElementById('1dce328f').innerHTML += ' | View Map';var $lc7d37a4b8bb5a29064834ff8f9ef3466 = '

Village Loans of Springhill

Address: 204 1st St NE, Springhill, LA 71075, USA
Phone: (318) 539-4014
';var m_c7d37a4b8bb5a29064834ff8f9ef3466 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Loans of Springhill',});m_c7d37a4b8bb5a29064834ff8f9ef3466['infowindow'] = new google.maps.InfoWindow({content: $lc7d37a4b8bb5a29064834ff8f9ef3466});var infowindow = new google.maps.InfoWindow({content: $lc7d37a4b8bb5a29064834ff8f9ef3466});google.maps.event.addListener(m_c7d37a4b8bb5a29064834ff8f9ef3466, 'click', function() {infowindow.open(map,m_c7d37a4b8bb5a29064834ff8f9ef3466);});$marker.push(m_c7d37a4b8bb5a29064834ff8f9ef3466);}});}google.maps.event.addDomListener(window, 'load', initialize);