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.6939,-89.1423)};var g_69c3b9f06d47d3bb8034f69087c661cd = new google.maps.Geocoder();g_69c3b9f06d47d3bb8034f69087c661cd.geocode( { 'address': "1228 W 5th St, Laurel, MS 39440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurel-MS-summit-financial-services-corp').style.display = '';map = new google.maps.Map(document.getElementById('laurel-MS-summit-financial-services-corp'), mapOptions);}document.getElementById('936ec64c').innerHTML += ' | View Map';var $l69c3b9f06d47d3bb8034f69087c661cd = '

Summit Financial Services, Corp

Address: 1228 W 5th St, Laurel, MS 39440, USA
Phone: (601) 682-0212
';var m_69c3b9f06d47d3bb8034f69087c661cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Financial Services, Corp',});m_69c3b9f06d47d3bb8034f69087c661cd['infowindow'] = new google.maps.InfoWindow({content: $l69c3b9f06d47d3bb8034f69087c661cd});var infowindow = new google.maps.InfoWindow({content: $l69c3b9f06d47d3bb8034f69087c661cd});google.maps.event.addListener(m_69c3b9f06d47d3bb8034f69087c661cd, 'click', function() {infowindow.open(map,m_69c3b9f06d47d3bb8034f69087c661cd);});$marker.push(m_69c3b9f06d47d3bb8034f69087c661cd);}});}google.maps.event.addDomListener(window, 'load', initialize);