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.715,-81.6244)};var g_6b03a07e35b58743cfd2c435065ed70a = new google.maps.Geocoder();g_6b03a07e35b58743cfd2c435065ed70a.geocode( { 'address': "121 W Main St, Union, SC 29379, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-SC-elb-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('union-SC-elb-loans-inc'), mapOptions);}document.getElementById('96ea2e22').innerHTML += ' | View Map';var $l6b03a07e35b58743cfd2c435065ed70a = '

Elb Loans Inc

Address: 121 W Main St, Union, SC 29379, USA
Phone: (864) 427-3691
';var m_6b03a07e35b58743cfd2c435065ed70a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elb Loans Inc',});m_6b03a07e35b58743cfd2c435065ed70a['infowindow'] = new google.maps.InfoWindow({content: $l6b03a07e35b58743cfd2c435065ed70a});var infowindow = new google.maps.InfoWindow({content: $l6b03a07e35b58743cfd2c435065ed70a});google.maps.event.addListener(m_6b03a07e35b58743cfd2c435065ed70a, 'click', function() {infowindow.open(map,m_6b03a07e35b58743cfd2c435065ed70a);});$marker.push(m_6b03a07e35b58743cfd2c435065ed70a);}});}google.maps.event.addDomListener(window, 'load', initialize);