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(34.494,-89.0106)};var g_bd7c66473492ad4c7ceee883f5c52c56 = new google.maps.Geocoder();g_bd7c66473492ad4c7ceee883f5c52c56.geocode( { 'address': "125 W Main St, New Albany, MS 38652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-MS-new-albany-sign-co').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-MS-new-albany-sign-co'), mapOptions);}document.getElementById('9ded5521').innerHTML += ' | View Map';var $lbd7c66473492ad4c7ceee883f5c52c56 = '

New Albany Sign Co

Address: 125 W Main St, New Albany, MS 38652, USA
Phone: (662) 538-5599
';var m_bd7c66473492ad4c7ceee883f5c52c56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Albany Sign Co',});m_bd7c66473492ad4c7ceee883f5c52c56['infowindow'] = new google.maps.InfoWindow({content: $lbd7c66473492ad4c7ceee883f5c52c56});var infowindow = new google.maps.InfoWindow({content: $lbd7c66473492ad4c7ceee883f5c52c56});google.maps.event.addListener(m_bd7c66473492ad4c7ceee883f5c52c56, 'click', function() {infowindow.open(map,m_bd7c66473492ad4c7ceee883f5c52c56);});$marker.push(m_bd7c66473492ad4c7ceee883f5c52c56);}});}google.maps.event.addDomListener(window, 'load', initialize);