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(36.525,-86.8671)};var g_a82edd56d1ef3f81e94fefac1757ff8f = new google.maps.Geocoder();g_a82edd56d1ef3f81e94fefac1757ff8f.geocode( { 'address': "2012C Memorial Blvd, Springfield, TN 37172"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-TN-citizens-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('springfield-TN-citizens-savings-loan'), mapOptions);}document.getElementById('e1f3c5e2').innerHTML += ' | View Map';var $la82edd56d1ef3f81e94fefac1757ff8f = '

Citizens Savings & Loan

Address: 2012C Memorial Blvd, Springfield, TN 37172
Phone: (615) 384-7666
';var m_a82edd56d1ef3f81e94fefac1757ff8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Savings & Loan',});m_a82edd56d1ef3f81e94fefac1757ff8f['infowindow'] = new google.maps.InfoWindow({content: $la82edd56d1ef3f81e94fefac1757ff8f});var infowindow = new google.maps.InfoWindow({content: $la82edd56d1ef3f81e94fefac1757ff8f});google.maps.event.addListener(m_a82edd56d1ef3f81e94fefac1757ff8f, 'click', function() {infowindow.open(map,m_a82edd56d1ef3f81e94fefac1757ff8f);});$marker.push(m_a82edd56d1ef3f81e94fefac1757ff8f);}});}google.maps.event.addDomListener(window, 'load', initialize);