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.9936,-80.5472)};var g_5c662b4ae8c367078ef711b4844fbf77 = new google.maps.Geocoder();g_5c662b4ae8c367078ef711b4844fbf77.geocode( { 'address': "121 E Phifer St, Monroe, NC 28110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-NC-whitley-mortgage-associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('monroe-NC-whitley-mortgage-associates-inc'), mapOptions);}document.getElementById('a30d9f96').innerHTML += ' | View Map';var $l5c662b4ae8c367078ef711b4844fbf77 = '

Whitley Mortgage Associates Inc

Address: 121 E Phifer St, Monroe, NC 28110, USA
Phone: (704) 283-9465
';var m_5c662b4ae8c367078ef711b4844fbf77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Whitley Mortgage Associates Inc',});m_5c662b4ae8c367078ef711b4844fbf77['infowindow'] = new google.maps.InfoWindow({content: $l5c662b4ae8c367078ef711b4844fbf77});var infowindow = new google.maps.InfoWindow({content: $l5c662b4ae8c367078ef711b4844fbf77});google.maps.event.addListener(m_5c662b4ae8c367078ef711b4844fbf77, 'click', function() {infowindow.open(map,m_5c662b4ae8c367078ef711b4844fbf77);});$marker.push(m_5c662b4ae8c367078ef711b4844fbf77);}});}google.maps.event.addDomListener(window, 'load', initialize);