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.4725,-80.2663)};var g_0220991912a403be3f88a62d6851d5d6 = new google.maps.Geocoder();g_0220991912a403be3f88a62d6851d5d6.geocode( { 'address': "135 NC-49, Richfield, NC 28137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richfield-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('richfield-NC-first-bank'), mapOptions);}document.getElementById('3562db3e').innerHTML += ' | View Map';var $l0220991912a403be3f88a62d6851d5d6 = '

First Bank

Address: 135 NC-49, Richfield, NC 28137, USA
Phone: (704) 463-7383
';var m_0220991912a403be3f88a62d6851d5d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_0220991912a403be3f88a62d6851d5d6['infowindow'] = new google.maps.InfoWindow({content: $l0220991912a403be3f88a62d6851d5d6});var infowindow = new google.maps.InfoWindow({content: $l0220991912a403be3f88a62d6851d5d6});google.maps.event.addListener(m_0220991912a403be3f88a62d6851d5d6, 'click', function() {infowindow.open(map,m_0220991912a403be3f88a62d6851d5d6);});$marker.push(m_0220991912a403be3f88a62d6851d5d6);}});}google.maps.event.addDomListener(window, 'load', initialize);