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.4157,-89.0749)};var g_60986c7b5136b6a4699ef63f126d795c = new google.maps.Geocoder();g_60986c7b5136b6a4699ef63f126d795c.geocode( { 'address': "1313 W Reelfoot Ave, Union City, TN 38261, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-TN-state-finance-of-union-city').style.display = '';map = new google.maps.Map(document.getElementById('union-city-TN-state-finance-of-union-city'), mapOptions);}document.getElementById('dd087fa8').innerHTML += ' | View Map';var $l60986c7b5136b6a4699ef63f126d795c = '

State Finance of Union City

Address: 1313 W Reelfoot Ave, Union City, TN 38261, USA
Phone: (731) 885-3087
';var m_60986c7b5136b6a4699ef63f126d795c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Finance of Union City',});m_60986c7b5136b6a4699ef63f126d795c['infowindow'] = new google.maps.InfoWindow({content: $l60986c7b5136b6a4699ef63f126d795c});var infowindow = new google.maps.InfoWindow({content: $l60986c7b5136b6a4699ef63f126d795c});google.maps.event.addListener(m_60986c7b5136b6a4699ef63f126d795c, 'click', function() {infowindow.open(map,m_60986c7b5136b6a4699ef63f126d795c);});$marker.push(m_60986c7b5136b6a4699ef63f126d795c);}});}google.maps.event.addDomListener(window, 'load', initialize);