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.4545,-88.8086)};var g_1ad8ae2e8c367faf06b7a5a679951b92 = new google.maps.Geocoder();g_1ad8ae2e8c367faf06b7a5a679951b92.geocode( { 'address': "450 MS-12 c, Starkville, MS 39759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('starkville-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('starkville-MS-republic-finance'), mapOptions);}document.getElementById('2ba8f103').innerHTML += ' | View Map';var $l1ad8ae2e8c367faf06b7a5a679951b92 = '

Republic Finance

Address: 450 MS-12 c, Starkville, MS 39759, USA
Phone: (662) 323-3314
';var m_1ad8ae2e8c367faf06b7a5a679951b92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_1ad8ae2e8c367faf06b7a5a679951b92['infowindow'] = new google.maps.InfoWindow({content: $l1ad8ae2e8c367faf06b7a5a679951b92});var infowindow = new google.maps.InfoWindow({content: $l1ad8ae2e8c367faf06b7a5a679951b92});google.maps.event.addListener(m_1ad8ae2e8c367faf06b7a5a679951b92, 'click', function() {infowindow.open(map,m_1ad8ae2e8c367faf06b7a5a679951b92);});$marker.push(m_1ad8ae2e8c367faf06b7a5a679951b92);}});}google.maps.event.addDomListener(window, 'load', initialize);