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(31.7188,-89.1475)};var g_170ae7da08f02e49043dcc6973a1ec36 = new google.maps.Geocoder();g_170ae7da08f02e49043dcc6973a1ec36.geocode( { 'address': "2305 Hwy 15 N, Laurel, MS 39440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurel-MS-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('laurel-MS-tower-loan'), mapOptions);}document.getElementById('6808fe00').innerHTML += ' | View Map';var $l170ae7da08f02e49043dcc6973a1ec36 = '

Tower Loan

Address: 2305 Hwy 15 N, Laurel, MS 39440, USA
Phone: (601) 649-2943
';var m_170ae7da08f02e49043dcc6973a1ec36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_170ae7da08f02e49043dcc6973a1ec36['infowindow'] = new google.maps.InfoWindow({content: $l170ae7da08f02e49043dcc6973a1ec36});var infowindow = new google.maps.InfoWindow({content: $l170ae7da08f02e49043dcc6973a1ec36});google.maps.event.addListener(m_170ae7da08f02e49043dcc6973a1ec36, 'click', function() {infowindow.open(map,m_170ae7da08f02e49043dcc6973a1ec36);});$marker.push(m_170ae7da08f02e49043dcc6973a1ec36);}});}google.maps.event.addDomListener(window, 'load', initialize);