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(35.0072,-80.5663)};var g_dc62966f2a7c9e216739dc61b2880f8c = new google.maps.Geocoder();g_dc62966f2a7c9e216739dc61b2880f8c.geocode( { 'address': "2322 Katie Leigh Ln, Monroe, NC 28110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-NC-simpson-younce--tedder').style.display = '';map = new google.maps.Map(document.getElementById('monroe-NC-simpson-younce--tedder'), mapOptions);}document.getElementById('3b7a7f3a').innerHTML += ' | View Map';var $ldc62966f2a7c9e216739dc61b2880f8c = '

Simpson Younce & Tedder

Address: 2322 Katie Leigh Ln, Monroe, NC 28110, USA
Phone: (704) 282-0159
';var m_dc62966f2a7c9e216739dc61b2880f8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simpson Younce & Tedder',});m_dc62966f2a7c9e216739dc61b2880f8c['infowindow'] = new google.maps.InfoWindow({content: $ldc62966f2a7c9e216739dc61b2880f8c});var infowindow = new google.maps.InfoWindow({content: $ldc62966f2a7c9e216739dc61b2880f8c});google.maps.event.addListener(m_dc62966f2a7c9e216739dc61b2880f8c, 'click', function() {infowindow.open(map,m_dc62966f2a7c9e216739dc61b2880f8c);});$marker.push(m_dc62966f2a7c9e216739dc61b2880f8c);}});}google.maps.event.addDomListener(window, 'load', initialize);